home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Shells / card_27495.txt < prev    next >
Text File  |  1989-06-08  |  3KB  |  138 lines

  1. -- card: 27495 from stack: in
  2. -- bmap block id: 27672
  3. -- flags: 0000
  4. -- background id: 14368
  5. -- name: set
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=40 top=89 right=110 bottom=120
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Command Name
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the optionKey is down then
  23.     go to previous card of this background
  24.   else
  25.     go to next card of this background
  26.   end if
  27. end mouseUp
  28.  
  29.  
  30. -- part 2 (field)
  31. -- low flags: 01
  32. -- high flags: 0002
  33. -- rect: left=151 top=89 right=154 bottom=439
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 21
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: syntax
  42.  
  43.  
  44. -- part 4 (field)
  45. -- low flags: 01
  46. -- high flags: 2002
  47. -- rect: left=38 top=163 right=305 bottom=439
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 20
  52. -- text size: 14
  53. -- style flags: 0
  54. -- line height: 18
  55. -- part name: Description
  56.  
  57.  
  58. -- part 5 (field)
  59. -- low flags: 81
  60. -- high flags: 2007
  61. -- rect: left=224 top=195 right=334 bottom=469
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 20
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   hide card field 4
  73.   set the hilite of card button 1 to false
  74. end mouseup
  75.  
  76.  
  77. -- part 6 (button)
  78. -- low flags: 00
  79. -- high flags: 8003
  80. -- rect: left=94 top=138 right=161 bottom=146
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 2
  85. -- text size: 10
  86. -- style flags: 0
  87. -- line height: 13
  88. -- part name: Options
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   show2info 4
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part contents for background part 7
  97. ----- text -----
  98. Bourne Shell Commands
  99.  
  100. -- part contents for card part 1
  101. ----- text -----
  102. set
  103.  
  104. -- part contents for background part 20
  105. ----- text -----
  106. set
  107.  
  108. -- part contents for card part 2
  109. ----- text -----
  110. set [options[- -] arg ...]] 
  111.  
  112.  
  113. -- part contents for card part 4
  114. ----- text -----
  115. With no arguments set prints the values of all variables known to the current shell.  The following options can be enabled (\-option) or disabled (+option). Specifying - - before listing arguments will prevent those beginning with - from being interpreted as options. 
  116.  
  117.  
  118. -- part contents for card part 5
  119. ----- text -----
  120. a   Automatically export all subsequently
  121.      defined variables 
  122. e    Exit in bad status if non-interactive 
  123. f    Disable file name generation 
  124. h    Remember location of commands used in 
  125.       functions as they are defined 
  126. k    Put keywords in an environment for a 
  127.       command 
  128. n    Read but do not execute commands 
  129. t    Exit after one command is executed 
  130. u    Treat unset variables as an error
  131. v    Print input lines as they are read 
  132. x    Print commands when executed 
  133. arg    Assigned in order to $1, $2, ... 
  134.  
  135.  
  136. -- part contents for background part 9
  137. ----- text -----
  138. 30 of 43